home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2004 July
/
APC0407D2.iso
/
workshop
/
onlineco
/
files
/
ImageMagick-6.0.1-Q16-windows-dll.exe
/
{app}
/
include
/
magick
/
annotate.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2003-09-13
|
414 b
|
22 lines
/*
ImageMagick image annotate methods.
*/
#ifndef _MAGICK_ANNOTATE_H
#define _MAGICK_ANNOTATE_H
#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif
#include "magick/draw.h"
extern MagickExport unsigned int
AnnotateImage(Image *,const DrawInfo *),
GetTypeMetrics(Image *,const DrawInfo *,TypeMetric *);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif
#endif